gesturestylus: Use proper syntax when refering to signals
authorTimm Bäder <mail@baedert.org>
Tue, 4 Dec 2018 14:50:33 +0000 (15:50 +0100)
committerTimm Bäder <mail@baedert.org>
Fri, 7 Dec 2018 15:36:10 +0000 (16:36 +0100)
gtk/gtkgesturestylus.c

index 9ba5fc804d8d78531d4d3b1703ccf896ceb2e264..8084689bfb5b58c2f9ea65c3f872c7d6f1e421a4 100644 (file)
@@ -160,8 +160,8 @@ gesture_get_current_event (GtkGestureStylus *gesture)
  * @value: (out): return location for the axis value
  *
  * Returns the current value for the requested @axis. This function
- * must be called from either the #GtkGestureStylus:down,
- * #GtkGestureStylus:motion, #GtkGestureStylus:up or #GtkGestureStylus:proximity
+ * must be called from either the #GtkGestureStylus::down,
+ * #GtkGestureStylus::motion, #GtkGestureStylus::up or #GtkGestureStylus::proximity
  * signals.
  *
  * Returns: #TRUE if there is a current value for the axis
@@ -191,8 +191,8 @@ gtk_gesture_stylus_get_axis (GtkGestureStylus *gesture,
  * @values: (out) (array): return location for the axis values
  *
  * Returns the current values for the requested @axes. This function
- * must be called from either the #GtkGestureStylus:down,
- * #GtkGestureStylus:motion, #GtkGestureStylus:up or #GtkGestureStylus:proximity
+ * must be called from either the #GtkGestureStylus::down,
+ * #GtkGestureStylus::motion, #GtkGestureStylus::up or #GtkGestureStylus::proximity
  * signals.
  *
  * Returns: #TRUE if there is a current value for the axes